home *** CD-ROM | disk | FTP | other *** search
- Path: news1.cle.ab.com!usenet
- From: don.phillips@ab.com (Donald-Anthony C. Phillips)
- Newsgroups: comp.lang.c
- Subject: Re: Executing DOS command from C
- Date: Thu, 11 Jan 1996 20:22:14 GMT
- Organization: The Allen-Bradley Co., Inc
- Distribution: inet
- Message-ID: <4d3h08$8b5@news1.cle.ab.com>
- References: <4d28di$b7g@globe.indirect.com>
- NNTP-Posting-Host: abpc386.cle.ab.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- There is the system(char *s) function for passing an executable
- command to the O/S. However if you want the return value of that
- command, this would require a little more.
- Donald-Anthony C. Phillips
- Programmer/Analyst
- Rockwell Automation
- ---------------------------------------
- Allen-Bradley
- don.phillips@ab.com
-
-